-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use const and let instead of var #510
Conversation
@@ -4,6 +4,9 @@ | |||
"node": true, | |||
"mocha": true | |||
}, | |||
"parserOptions": { | |||
"ecmaVersion": 6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rimiti what is the difference between using this parser option and adding es6: true
to the env
attribute?
.editorconfig
Outdated
indent_style = space | ||
|
||
[*.md] | ||
insert_final_newline = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rimiti I think we should still insert final newlines even for md files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum, ok! I fix it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Hello @mikelax ,
A small refact related to your PR #509.
Regards,